From 446eb6d593b97b7d11bc779afe02fdd621d79893 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Fri, 3 May 2024 04:02:21 +0000 Subject: font changes, video player changes and other minor changes --- src/app/manga/[title]/title.module.css | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'src/app/manga/[title]/title.module.css') diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index bbfc99b..203efad 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -11,7 +11,6 @@ .SearchedFor { color: white; text-align: center; - font-family: "Lexend Deca", serif; font-size: 26px; } @@ -20,10 +19,10 @@ flex-direction: row; margin: 0px 10px 10px 10px; padding: 10px; - border-style: dotted; + border-style: solid; + border-radius: 0.5rem; border-color: #363636 #474747; - border-radius: 10px; - border-width: 4px; + border-width: 0.1rem; align-items: center; cursor: pointer; transition: opacity 200ms linear, transform 200ms linear; @@ -42,33 +41,44 @@ .MangaInfo { color: white; margin-left: 20px; - font-family: "Atkinson Hyperlegible"; +} + +.MangaEntries img { + border-radius: 0.5rem; } .MangaTitle { - font-family: "Lexend Deca", serif; margin: 0px; - font-size: 22px; + font-size: 28px; color: var(--neon-green); } +.MangaDescription { + margin: 0.5rem 0 0.5rem 0; +} + .MangaStatus { color: var(--soft-purple); - font-family: "Poppins", serif; + margin: 0px; } .MangaVolume { + margin: 0px; color: #ffacac; - font-family: "Poppins", serif; } .MangaChapters { color: #ffebb4; - font-family: "Poppins", serif; + margin: 0.3rem 0 0.3rem 0; } @media screen and (max-width: 768px) { .Main { max-width: 100%; } + + .MangaDescription { + max-height: 10rem; + overflow: auto; + } } -- cgit v1.2.3